object Form1: TForm1 Left = 200 Top = 99 Width = 360 Height = 95 Caption = 'Show/Hide MS-Graph OLE Automation server' Font.Color = clWindowText Font.Height = -11 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate TextHeight = 16 object btnVisible: TButton Left = 97 Top = 20 Width = 71 Height = 27 Hint = 'Toggle MS-Graph visibility' Caption = '&Visible' ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = btnVisibleClick end object btnExit: TButton Left = 183 Top = 20 Width = 71 Height = 26 Hint = 'Quit this program' Caption = 'E&xit' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = btnExitClick end object OleAutoClient1: TOleAutoClient Left = 4 Top = 3 end end